From a9d0a1b90c7989f9649c0859ec9b1a793d5870ed Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sat, 29 Aug 2020 17:14:28 -0500 Subject: [PATCH] Added long_description_content_type --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d17903f..9f66580 100644 --- a/setup.py +++ b/setup.py @@ -74,6 +74,7 @@ setup( description=( 'Support for regression tests of the PGWUI suite.'), long_description=long_description, + long_description_content_type='text/x-rst', # The project's main homepage. url='http://pgwui_testing.readthedocs.io/', -- 2.34.1